home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 168 / MOBICLIC168.ISO / mac / DATA / GAM168 / GAM168_00 / GAM168_00.swf / scripts / frame_59 / PlaceObject2_261_114 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2014-10-17  |  158b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_X >= 0)
  3.    {
  4.       if(getTimer() > tirTime + 1500)
  5.       {
  6.          _X = origX;
  7.          _Y = origY;
  8.       }
  9.    }
  10. }
  11.